golang.org/x/net/http2.ClientConn.t (field)

19 uses

	golang.org/x/net/http2 (current package)
		transport.go#L188: 	t             *Transport
		transport.go#L468: 		t:                           t,
		transport.go#L898: 	if f := cc.t.CountError; f != nil {
		transport.go#L909: 	if cc.t.t1 != nil {
		transport.go#L910: 		return cc.t.t1.ResponseHeaderTimeout
		transport.go#L964: 	cs.requestedGzip = httpcommon.IsRequestGzip(req.Method, req.Header, cc.t.disableCompression())
		transport.go#L1130: 	continueTimeout := cc.t.expectContinueTimeout()
		transport.go#L1296: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		transport.go#L1738: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		transport.go#L1814: 			cc.t.connPool().MarkDead(cc)
		transport.go#L1818: 		cc.t.connPool().MarkDead(cc)
		transport.go#L1845: 	f := cc.t.CountError
		transport.go#L2071: 			limit := int64(cs.cc.t.maxHeaderListSize())
		transport.go#L2072: 			if t1 := cs.cc.t.t1; t1 != nil && t1.MaxResponseHeaderBytes > limit {
		transport.go#L2443: 	cc.t.connPool().MarkDead(cc)
		transport.go#L2447: 		if fn := cc.t.CountError; fn != nil {
		transport.go#L2598: 	if fn := cs.cc.t.CountError; fn != nil {
		transport.go#L2715: 	cc.t.logf(format, args...)
		transport.go#L2719: 	cc.t.vlogf(format, args...)